.loading {
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%;
 z-index:100000;
 background:#fff;
}

/* Slider */
#slider { width: 1200px; height: 399px; position:relative; background:#fff; margin:0 auto;border-radius: 0px 40px 0px 40px;}

#slider img { position:absolute; top:0px; left:0px; display:none;}

#slider a {
 border:0;
 display:block;
}

#slider .nivo-controlNav {
 position:absolute;
 left:330px;
 bottom:10px;/* Tweak this to center bullets */
}

a.nivo-control {
 float: left;
 color: black;
 text-indent:-9999px;
 background: url("../images/bullet.png");
 display: block;
 width: 12px;
 height: 12px;
 margin-right: 5px;
}

div.line1 {
 float: left;
 width: 185px;
 height: 12px;
}

div.line2 {
 float: left;
 width: 185px;
 height: 12px;
}

a.nivo-control:hover, a.active {
 background: url("../images/bullet_active.png");
}

#slider .nivo-directionNav a {
 display:block;
 width:30px;
 height:30px;
 text-indent:-9999px;
 border:0;
}

#slider a.nivo-nextNav {
 width: 35px;
 height: 35px;
 background: url('../images/arrowRight.png');
 right:10px;
}

#slider a.nivo-prevNav {
 width: 35px;
 height: 35px;
 background: url('../images/arrowLeft.png');
 left:10px;
}

#shadow {width: 1200px; height: 18px; background: url('../images/shadow.jpg') no-repeat center bottom #fff; margin-bottom: 0px;}